last.rawInsertAfterMe(first);
}
if (DebugUtil.CHECK) DebugUtil.checkTreeStructure(this);
}
public void rawRemoveAllChildren() {
last.rawInsertAfterMe(first);
}
DebugUtil.checkTreeStructure(this);
}
public void rawRemoveAllChildren() {